-
41 CLP
I = constraint logic programming
II
1) Cell Loss Priority - приоритет потери (отбрасывания) ячеекполе в заголовке ячейки ATM (см. cell header), задающее один из двух уровней приоритета: ячейки c CLP=0 относятся к высокоприоритетному трафику (insured traffic), т. е. они имеют более высокий приоритет, чем относящиеся к низкоприоритетному трафику (best-effort traffic) ячейки c CLP=1, которые при заторах отбрасываются в первую очередь, чтобы освободить ресурсы для прохождения высокоприоритетного трафика2) Certified Lotus Professional - сертифицированный специалист по продуктам Lotus Developmentсм. тж. CLI3) Command Line Processor - процессор командной строки4) current line pointer - указатель текущей строки
III
(расширение файла) (Clipboard) файл, в котором на диске сохраняется содержимое Буфера обмена (в Microsoft Windows)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > CLP
-
42 application
1. n заявление; заявкаapplication form — бланк заявки; бланк для заявления
2. n просьба, обращение3. n юр. заявление, письменное ходатайство суду или судье4. n применение, приложение; использование5. n применение, употребление6. n прикладывание, накладывание; нанесение7. n мат. наложение8. n с. -х. проф. внесение удобрений или ядохимикатовsupplemental application — дополнительное удобрение, подкормка
reissue application — заявка на выдачу переизданного или исправленного патента; заявка на переизданный патент
9. n аппликация10. n прилежание, рвение, внимание11. n информ. программаСинонимический ряд:1. administration (noun) administration; dispensation2. association (noun) association; connection; relationship3. attention (noun) attention; concentration; consideration; debate; deliberation; heed; study4. bearing (noun) aptitude; aptness; bearing; pertinence; relevance; suitability; usability; utility5. persistence (noun) assiduity; assiduousness; commitment; dedication; devotion; diligence; effort; industriousness; industry; perseverance; persistence; sedulousness6. petition (noun) bid; document; form; inquiry; petition; questionnaire; report; request; solicitation7. prayer (noun) appeal; entreaty; imploration; imprecation; orison; plea; prayer; suit; supplication8. software (noun) module; procedure; program; programming; software; software package9. use (noun) appliance; applying; duty; employment; exercise; exercising; exertion; function; implementation; operation; play; practice; service; usage; usance; use; utilisation; utilizationАнтонимический ряд:
См. также в других словарях:
Programming Complexity — Programming Complexity, which is often also referred to as Software Complexity is a term that encompasses numerous properties of a piece of software, all of which affect internal interactions. According to several commentators, including… … Wikipedia
Programming style — is a set of rules or guidelines used when writing the source code for a computer program. It is often claimed that following a particular programming style will help programmers to read and understand source code conforming to the style, and help … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Fourth-generation programming language — A fourth generation programming language (1970s 1990) (abbreviated 4GL) is a programming language or programming environment designed with a specific purpose in mind, such as the development of commercial business software.[1] In the history of… … Wikipedia
Inheritance (object-oriented programming) — In object oriented programming (OOP), inheritance is a way to reuse code of existing objects, establish a subtype from an existing object, or both, depending upon programming language support. In classical inheritance where objects are defined by … Wikipedia
Extreme Programming — (or XP) is a software engineering methodology (and a form of agile software development) Human Centred Technology Workshop 2005 , 2005, PDF webpage: [ftp://ftp.informatics.sussex.ac.uk/pub/reports/csrp/csrp585.pdf Informatics UK report cdrp585]… … Wikipedia
Pair programming — is an agile software development technique in which two programmers work together at one workstation. One, the driver, types in code while the other, the observer (or navigator[1]), reviews each line of code as it is typed in. The two programmers … Wikipedia
Software development effort estimation — is the process of predicting the most realistic use of effort required to develop or maintain software based on incomplete, uncertain and/or noisy input. Effort estimates may be used as input to project plans, iteration plans, budgets, investment … Wikipedia
APL (programming language) — APL Paradigm(s) array, functional, structured, modular Appeared in 1964 Designed by Kenneth E. Iverson Developer Kenneth E. Iverson … Wikipedia
Abstraction principle (programming) — In software engineering and programming language theory, the abstraction principle (or the principle of abstraction) is a basic dictum that aims to reduce duplication of information in a program (usually with emphasis on code duplication)… … Wikipedia